home *** CD-ROM | disk | FTP | other *** search
- on startRollover whichSprite
- global gWhichGender
- if gWhichGender <> "M" then
- hStartRolloverAction(whichSprite)
- end if
- end
-
- on mouseDown
- global gWhichGender
- if gWhichGender <> "M" then
- if hButtonAction02() then
- mouseUp()
- end if
- end if
- end
-
- on mouseUp
- global gWhichGender, gWhichAge, gWhichYear, gTextSpriteNum, gWhichOldGenderSprite
- if gWhichGender <> "M" then
- cursor(4)
- hDefaultScrollText()
- set gWhichGender to "M"
- set tWhichText to the number of member (gWhichGender && gWhichAge && gWhichYear && "text") of castLib the castLibNum of sprite gTextSpriteNum
- set the memberNum of sprite gTextSpriteNum to member tWhichText
- puppetSprite(gWhichOldGenderSprite, 0)
- set gWhichOldGenderSprite to the clickOn
- updateStage()
- hFingerPointingCursor()
- end if
- end
-
- on endRollover whichSprite
- global gWhichGender
- if gWhichGender <> "M" then
- hEndRolloverAction(whichSprite)
- end if
- end
-